home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1998 November / MAC100-1998-11.ISO.7z / MAC100-1998-11.ISO / オンラインソフト定点観測 / ユーティリティ / Mops 3.2.sea / Mops 3.2 / README.1ST < prev    next >
Text File  |  1998-07-04  |  3KB  |  100 lines

  1. This is Mops 3.2, of July 1998.
  2.  
  3. This version of the release is already fully built, so you
  4. can go right ahead and run Mops (68k) or PowerMops (Power Macs).
  5.  
  6. If you should need to re-build it from the basic Mops nucleus
  7. for any reason, the instructions are at the start of the
  8. manual.
  9.  
  10.  
  11.             ============================
  12.  
  13. You should have a folder called "Mops 3.2".  In this folder there
  14. should be two files and three folders.  The two files are this file
  15. (README.1ST) and "Mops 3.2 release notes".  The folders are
  16. "Mops ト", "Mops Source" and "Quick Edit ト".
  17.  
  18. The "release notes" file is mainly aimed at current Mops users, and
  19. describes the main features of this release that differ from previous
  20. releases.
  21.  
  22. "Mops ト" contains:
  23.  
  24. *** The 68k Mops nucleus application itself (Mops).
  25.  
  26. *** The initial 68k Mops dictionary (Mops.dic).  You normally run
  27. 68k Mops by double-clicking on a dictionary image like this one.
  28.  
  29. *** The initial PowerMops application (PowerMops).
  30.  
  31. *** The source files which get loaded above the nucleus, but before
  32. HFS file handling is available - Base, Args, Class, Struct, String, Files 
  33. and Modules.  These must be in the same folder as Mops.
  34.  
  35.  
  36. "Mops source" contains all the other Mops source files (of course!!)
  37.  
  38. The folder "Demo folder" contains the source for the Demo application
  39. that is described in the Mops tutorial in the manual.  I used to
  40. bundle this with the manual, but I now think it's more logical in
  41. "Mops source".
  42.  
  43. The folder "More classes" contains various ex-Neon classes that I 
  44. have converted, as well as a number of other classes I have written over 
  45. the last few years.  Some of these have not been updated to the latest Mops 
  46. version, but only minor changes would be needed.
  47.  
  48. "Quick Edit ト" contains Doug Hoffman's Quick Edit text editor which
  49. communicates with Mops via Apple events, and related files.
  50.  
  51. If you don't alter the folder configuration as supplied, things should 
  52. work. If you want to put all the Mops stuff into a folder, or change the 
  53. folder configuration, you will need to edit the file "Mops.paths" in the 
  54. "Mops ト" folder - this defines the HFS paths that Mops will use to look for 
  55. files.
  56.  
  57.  
  58.                 ===============================
  59.                 
  60.  
  61. If you use floating point, on a 68k Mac, you can compile it by firing up
  62. Mops.dic and typing
  63.  
  64. // floating point
  65.  
  66. and when it's compiled, save with
  67.  
  68. save MopsFP.dic
  69.  
  70. After this, you should be able to fire up either the standard or
  71. floating point system by double-clicking on the dictionary image Mops.dic
  72. or MopsFP.dic.
  73.  
  74. If you want PowerMops floating point, fire up PowerMops and type
  75.  
  76. // zfloating point
  77.  
  78. Yes, that's "floating point" with a z in front.
  79.  
  80.  
  81. So, good luck, and do please read the release notes to find out
  82. all the things that you can't do yet (otherwise you might email
  83. me about them, and that wouldn't be good, since I know about them
  84. already  :-)
  85.  
  86.  
  87.  
  88. As always, I hope you enjoy Mops/PowerMops!
  89.  
  90.  
  91. ------------------------------------------------------------------------
  92. Mike Hore        email:          mikeh@zeta.org.au
  93.                  Mops web page:  http://www.netaxs.com/~jayfar/mops.html
  94. snail-mail:                                                      _--_|¥
  95.         Michael Hore                                            /      ¥
  96.         54 Frederick St,                                        ¥_.--._*
  97.         Sydenham  NSW  2044,                                          v
  98.         AUSTRALIA.
  99. ------------------------------------------------------------------------
  100.